home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap01 / howto01 / delphi10 / ccerrors.dfm / ccerrors.txt
Encoding:
Text File  |  1995-08-18  |  755 b   |  43 lines

  1. object BtnBottomDlg: TBtnBottomDlg
  2.   Left = 262
  3.   Top = 244
  4.   ActiveControl = OKBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Error'
  8.   ClientHeight = 263
  9.   ClientWidth = 390
  10.   Font.Color = clBlack
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 120
  15.   Position = poScreenCenter
  16.   TextHeight = 16
  17.   object Bevel1: TBevel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 369
  21.     Height = 198
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Image1: TImage
  26.     Left = 24
  27.     Top = 24
  28.     Width = 105
  29.     Height = 105
  30.   end
  31.   object OKBtn: TBitBtn
  32.     Left = 151
  33.     Top = 222
  34.     Width = 95
  35.     Height = 33
  36.     TabOrder = 0
  37.     Kind = bkOK
  38.     Margin = 2
  39.     Spacing = -1
  40.     IsControl = True
  41.   end
  42. end
  43.